﻿body
{
}
#headbar
{
    background: url('Images/BlueSlice.jpg') repeat-x;
}
#header
{
    max-width: 1000px;
    margin: 0 auto;
}
#headImage
{
    float: left;
}
#headAddress
{
    float: left;
    text-align: center;
}
#headAddressSub
{
    width: 100%;
    text-align: Right;
    margin: 30px 0px 0px 60px;
    color: Gray;
}
#headPhone
{
    margin: 0px 20px 10px 0px;
}
#headStreet
{
    font-size: .8em;
    margin: 0px 20px 10px 0px;
}
#navBar
{
    background: url('Images/greenSlice.jpg') repeat;
}
#Menu
{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
#nav
{
    margin: 0px;
    padding: 0px 10px 0px 10px;
    max-width: 100%;
}

#nav li
{
    margin: 1px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 19%;
    max-width: 13%;
    color: #699832;
    line-height: 30px;
}
#nav a
{
    color: inherit;
    text-decoration: none;
}
#nav li:hover
{
    color: White;
    background: #699832;
}
#nav a:hover
{
    color: inherit;
}
#content
{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 10px 10px 30px;
}
#footer
{
    background: url('Images/footerSlice.jpg') repeat-x;
    clear: both;
    color: White;
    text-align: center;
    margin: 0 auto;
    padding: 30px;
}

/*style*/
h1, h2
{
    color: gray; /*color:#00ADF1;*/
}
.phone
{
    color: Gray;
    text-decoration: underline;
}
 #footer .phone
{
    color:white;
}
a img 
{
    text-decoration:none;
    border:none;
    color:red;
}